home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef DocSrcH
- #define DocSrcH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- //---------------------------------------------------------------------------
- class TDocSourceFrm : public TForm
- {
- __published: // IDE-managed Components
- TMemo *Memo1;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TDocSourceFrm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TDocSourceFrm *DocSourceFrm;
- //---------------------------------------------------------------------------
- #endif
-